Updated default config options for VMX test domains in xm-test, got rid of
authorstekloff@elm3b216.beaverton.ibm.com <stekloff@elm3b216.beaverton.ibm.com>
Tue, 10 Jan 2006 14:44:36 +0000 (14:44 +0000)
committerstekloff@elm3b216.beaverton.ibm.com <stekloff@elm3b216.beaverton.ibm.com>
Tue, 10 Jan 2006 14:44:36 +0000 (14:44 +0000)
nics option and added acpi and apic.

Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
tools/xm-test/lib/XmTestLib/XenDomain.py

index 5838f4693e6e362981549f419411fa22eae92501..49e111e68bad1f03a1ac17c16d1a1a03ade44844 100644 (file)
@@ -72,7 +72,8 @@ ParavirtDefaults = {"memory"       : 64,
                     }
 VmxDefaults =      {"memory"       : 64,
                     "vcpus"        : 1,
-                    "nics"         : 0,
+                    "acpi"         : 0,
+                    "apic"         : 0,
                     "disk"         : ["file:%s/disk.img,ioemu:%s,w" %
                                    (getRdPath(), BLOCK_ROOT_DEV)],
                     "kernel"       : "/usr/lib/xen/boot/vmxloader",